home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / pro61.exe / MFCSAM.EXE / DOCTEMP / VIEW.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-22  |  2.3 KB  |  116 lines

  1. // Filename: VIEW.CPP                                       
  2. // "DOCTEMP" Generated by Visual Programmer
  3. // Author:   Blue Sky                                          
  4.  
  5. // 
  6. // ***********************************************************************
  7. // Code in this file is initially generated by the Switch-It Module.
  8. // This file contains functions you can change
  9. // to provide whatever functionality you require.
  10. // 
  11. // 
  12. // 
  13. // For more information,
  14. // see the section "How code is generated" in the documentation.
  15. // 
  16. // ***********************************************************************
  17. // 
  18.  
  19. #include "AFXWIN.H"
  20. #include "DOCTEMP.H"
  21.  
  22. WMPDEBUG
  23.  
  24. #ifdef _DEBUG
  25. #undef THIS_FILE
  26. static char BASED_CODE THIS_FILE[] = __FILE__;
  27. #endif
  28.  
  29.  
  30. #include "VIEW.WMC"
  31.     
  32.     
  33.     
  34.  
  35.  
  36. // *************************************************************
  37. //   C Startup function for window VIEW
  38. // *************************************************************
  39.  
  40. CWnd* BLD_VIEWCreateWnd(CWnd *pAParent)
  41.     {
  42.     Cwm_VIEWWnd *pVIEWWnd;
  43.  
  44.     // Create the object
  45.     pVIEWWnd = new Cwm_VIEWWnd();
  46.     if (!pVIEWWnd)
  47.         return NULL;
  48.  
  49.     // Create the window
  50.     pVIEWWnd->SimInitWindow(pAParent);
  51.  
  52.     return pVIEWWnd;
  53.     }
  54.  
  55.  
  56.  
  57. // *************************************************************
  58. // Member Functions for Window: Cwm_VIEWWnd
  59. // Base Class                 : Cwm_VIEWBaseWnd
  60. // Derived from MFC Class     : CWnd
  61. // *************************************************************
  62.  
  63. Cwm_VIEWWnd :: Cwm_VIEWWnd()
  64.     : Cwm_VIEWBaseWnd()
  65. {
  66. }
  67.  
  68.  
  69. Cwm_VIEWWnd :: ~Cwm_VIEWWnd()
  70. {
  71. }
  72.  
  73.  
  74. IMPLEMENT_DYNCREATE(Cwm_VIEWWnd,Cwm_VIEWBaseWnd)
  75.  
  76. BEGIN_MESSAGE_MAP(Cwm_VIEWWnd,Cwm_VIEWBaseWnd)
  77.  
  78.     // YOU CAN ADD YOUR OWN CODE HERE
  79.  
  80.     //{{SIM_MSG_MAP(Cwm_VIEWWnd)
  81.     // DO NOT EDIT what you see in this block of generated code.
  82.     //}}SIM_MSG_MAP(Cwm_VIEWWnd)
  83.  
  84. END_MESSAGE_MAP()
  85.  
  86.  
  87. //{{SIM_MSG_BODY(Cwm_VIEWWnd)
  88. // Message Handler Functions for you to edit will come here.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. //}}SIM_MSG_BODY(Cwm_VIEWWnd)
  97.  
  98.  
  99.  
  100. // *************************************************************
  101. // Cwm_VIEWWnd diagnostics
  102.  
  103. #ifdef _DEBUG
  104. void Cwm_VIEWWnd::AssertValid() const
  105. {
  106.     Cwm_VIEWBaseWnd::AssertValid();
  107. }
  108.  
  109. void Cwm_VIEWWnd::Dump(CDumpContext& dc) const
  110. {
  111.     Cwm_VIEWBaseWnd::Dump(dc);
  112. }
  113.  
  114. #endif //_DEBUG
  115.  
  116.